-
Notifications
You must be signed in to change notification settings - Fork 139
make socket component example work #624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It's worth noting that the branch that hyperlight-wasm was using until now didn't derive those traits either: |
9cf240f
to
0871eaf
Compare
This seems reasonable to me. We may want to look at how we handle testing variants with resources in them in the future to cover our bases. This is the wit that generated this issue:
|
Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
* make socket component example work Signed-off-by: Jorge Prendes <[email protected]> * bump Cargo.lock for witguest Signed-off-by: Jorge Prendes <[email protected]> --------- Signed-off-by: Jorge Prendes <[email protected]>
* Update Crate descriptions for guest crates (#590) Add verification of crate versions for new crates to Crate Publish job Amend the order of crate publishing to account for dependencies Signed-off-by: Simon Davies <[email protected]> * Make cargo publish only publish unreleased crates (#623) Signed-off-by: Ludvig Liljenberg <[email protected]> * make socket component example work (#624) * make socket component example work Signed-off-by: Jorge Prendes <[email protected]> * bump Cargo.lock for witguest Signed-off-by: Jorge Prendes <[email protected]> --------- Signed-off-by: Jorge Prendes <[email protected]> --------- Signed-off-by: Simon Davies <[email protected]> Signed-off-by: Ludvig Liljenberg <[email protected]> Signed-off-by: Jorge Prendes <[email protected]> Co-authored-by: Simon Davies <[email protected]> Co-authored-by: Ludvig Liljenberg <[email protected]> Co-authored-by: Jorge Prendes <[email protected]>
This PR removes the
Clone
andPartialEq
requirement fromvariant
andrecord
wit types.This change makes the
hyperlight-wasm-sockets-example
example work.